home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / how_to_m.swf / scripts / DefineSprite_513 / frame_44 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  159 b   |  9 lines

  1. stop();
  2. opendoor.enabled = false;
  3. _parent.ins26._visible = true;
  4. btn.onPress = function()
  5. {
  6.    _parent.ins26._visible = false;
  7.    this.nextFrame();
  8. };
  9.